Visual Basic (Declaration) | |
---|---|
Public Overloads Sub AutoCompleteAsync( _ ByVal polygons As IList(Of Graphic), _ ByVal polylines As IList(Of Graphic) _ ) |
C# | |
---|---|
public void AutoCompleteAsync( IList<Graphic> polygons, IList<Graphic> polylines ) |
Parameters
- polygons
- The array of polygons that will provide some boundaries for new polygons. The spatial reference of the polygons is specified by sr.
- polylines
- An array of polylines that will provide the remaining boundaries for new polygons. The spatial reference of the polylines is specified by sr.
Target Platforms:Windows Phone 7